home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 39
/
Amiga Format CD39 (1999-04-13)(Future Publishing)(GB)[!][issue 1999-05].iso
/
-seriously_amiga-
/
graphics
/
ripley
/
source
/
timerppc.asm
< prev
next >
Wrap
Assembly Source File
|
1999-03-02
|
256b
|
21 lines
.globl ppctimer
# return the timebase registers in the structure passed in
.align 4
ppctimer:
mftbu r4
mftbl r5
mftbu r6
cmpw r4,r6
bne ppctimer
stw r4,0(r3)
stw r5,4(r3)
blr
.type ppctimer,@function
.size ppctimer,$-ppctimer